Exception in xen/util/vscsi_util.py while starting xend
author"Dube, Lutz" <lutz.dube@ts.fujitsu.com>
Wed, 11 Aug 2010 12:18:05 +0000 (13:18 +0100)
committer"Dube, Lutz" <lutz.dube@ts.fujitsu.com>
Wed, 11 Aug 2010 12:18:05 +0000 (13:18 +0100)
commitbb3bac1c3b5daaf54cc6ef2869c75488e48d6e7e
treeed8ed696c31d16c1f96a1f3b5c46100118b00937
parent044f08997b983830dcba26a1f91cff1b9d63f013
Exception in xen/util/vscsi_util.py while starting xend
 
We have pscsi device with long scsi ids like 15:0:11:101.
In this case lsscsi prints no "blank" between id and type,
so the following split of the string returns wrong output.
The field physical_HCTL is set to 15:0:11:101]dis.
The patch replaces char "]" by "] ", so split() will return the right
physical_HTCL.

Signed-off-by: Lutz Dube Lutz.Dube@ts.fujitsu.com
Acked-by: Ian Jackson <ian.jackson@eu.citrix.com>
tools/python/xen/util/vscsi_util.py